home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD World Haziran 1997
/
CD World Haziran 1997.iso
/
Cesitlemeler
/
Directx 3.0
/
dx3.exe
/
SDK
/
SAMPLES
/
MISC
/
LCLIB.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-08-28
|
241 b
|
16 lines
/*
* Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
*
* File: lclib.h
*
*/
#ifndef __LCLIB_H__
#define __LCLIB_H__
char* LSTRRCHR( const char*, int );
char* LSTRCHR( const char*, int );
#endif